Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/

Music.css /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/Music.css
178 Views
0 Comments
* {
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}

Music.js /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/Music.js
245 Views
0 Comments
let play = document.getElementById("Play");
let previous = document.getElementById("Previous");
let next = document.getElementBy
Music /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/Music/
3 Items
  • Alone.mp3
  • Peaches.mp3
  • Sugar.mp3
  • font /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/font/
    1 Items
  • sans.ttf
  • images /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/images/
    4 Items
  • Alone.jpg
  • Peaches.jpg
  • Sugar.jpg
  • favicon.png
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/index.html
    420 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">